func github.com/andybalholm/brotli.decodeWindowBits

2 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L89: func decodeWindowBits(s *Reader, br *bitReader) int {
		decode.go#L2147: 			result = decodeWindowBits(s, br) /* Reads 1..8 bits. */